home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
gyroball.swf
/
scripts
/
frame_8
/
PlaceObject2_147_107
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-22
|
153 b
|
8 lines
onClipEvent(enterFrame){
if(hit.hitTest(_root.Ball._x,_root.Ball._y,true))
{
_root.moveDownLeft();
_root.ball_stuck = 0;
}
}